home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TINFOFORM / TINFOFORM.txt
Encoding:
Text File  |  2001-11-13  |  829 b   |  42 lines

  1. object InfoForm: TInfoForm
  2.   Left = 363
  3.   Top = 374
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 51
  7.   ClientWidth = 219
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GIFImage1: TGIFImage
  21.     Left = 0
  22.     Top = 0
  23.     OnClick = GIFImage1Click
  24.     Animate = False
  25.     AutoSize = True
  26.     Center = False
  27.     FirstImageOnly = False
  28.     Loop = False
  29.     Opaque = False
  30.     Stretch = False
  31.     StretchRatio = False
  32.     Tile = False
  33.   end
  34.   object Timer1: TTimer
  35.     Enabled = False
  36.     Interval = 2000
  37.     OnTimer = GIFImage1Click
  38.     Left = 190
  39.     Top = 24
  40.   end
  41. end
  42.